home *** CD-ROM | disk | FTP | other *** search
/ PC Format 8 (5.25") / PC Format - Issue 8 May 1992 First Publisher - Disk 1.ima / PCF.BAT < prev    next >
DOS Batch File  |  1992-04-08  |  731b  |  53 lines

  1. echo off
  2. cls
  3.  
  4. nocurs
  5. disp menu\pcf0 1
  6. disp menu\firstpub 1
  7. :start
  8. disp menu\firstpub 2
  9. getkey ix
  10.  
  11. if errorlevel 2 goto quit
  12. if errorlevel 1 goto install
  13.  
  14. :install
  15. disp menu\wdrive 2
  16. getkey abm
  17.  
  18. if errorlevel 3 goto start
  19. if errorlevel 2 goto instb
  20. if errorlevel 1 goto insta
  21.  
  22. :insta
  23. cls
  24. echo Creating directory
  25. md c:\pub
  26. echo Copying compressed file
  27. copy publish\disk1.exe c:\pub
  28. c:
  29. cd pub
  30. echo Restoring First Publisher program files
  31. disk1
  32. a:
  33. goto quit
  34.  
  35. :instb
  36. cls
  37. echo Creating directory
  38. md c:\pub
  39. echo Copying compressed file
  40. copy publish\disk1.exe c:\pub
  41. c:
  42. cd pub
  43. echo Restoring First Publisher program files
  44. disk1
  45. b:
  46. goto quit
  47.  
  48. :quit
  49. cls
  50. disp menu\pcfend 2
  51. pause
  52. cls
  53. cursor